home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Development Kits / MPW etc / MPW-GM / Interfaces&Libraries / Libraries / SharedLibraries / Math64Lib < prev    next >
Encoding:
Text File  |  1998-01-01  |  1.0 KB  |  27 lines  |  [TEXT/MPS ]

  1.  
  2. # ##################################################################################
  3. #
  4. # As of ETO 22, the Math64Lib shared library is obsolete, and is no longer provided.
  5. #
  6. # ##################################################################################
  7. #
  8. # It is recommended that the PPCMath64Lib.o static library be used instead.
  9. #
  10. # This 64-bit API is considered an interim solution on the path toward
  11. # full support of a 64-bit "long long" data type in the compilers.  To avoid
  12. # future support problems, it was deemed inappropriate to provide this
  13. # functionality in a shared library.  As a side benefit, the functions are
  14. # also faster when linked as static library.
  15. #
  16. # The PPCMath64Lib.o library can be found in the PPCLibraries folder.
  17. # The Math64.h header file defining the API is in the CIncludes folder.
  18. #
  19. # Libraries for the various runtimes can be found as follows:
  20. #
  21. #    Library                Folder
  22. #    ---------------        ------
  23. #    Math64Lib.far.o        Libraries
  24. #    Math64Lib.o            Libraries
  25. #    NuMath64Lib.o        CFM68KLibraries
  26. #    PPCMath64Lib.o        PPCLibraries